<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_AMERICAN</nationality>

		<long_name>M8 'Greyhound' Armored Car</long_name>
		<short_name>M8 Greyhound</short_name>
		<comment>A light armored car with a 37mm cannon and a light machine gun</comment>

		<uniform>american_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>7</month><year>1943</year><number>100</number></data>
		<data><month>10</month><year>1943</year><number>200</number></data>
		<data><month>3</month><year>1944</year><number>300</number></data>
		<data><month>6</month><year>1944</year><number>500</number></data>
		<data><month>12</month><year>1945</year><number>500</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-M8 Greyhound.png</image_profile>
			<weight>7890</weight>
		</attributes>

		<drive>
			<engine>
				<name>Hercules JXD</name>
				<horsepower>110</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>8</forwards>
				<reverse>2</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>70</offsetX><offsetY>225</offsetY></exhaust_pipe>
			<exhaust_pipe><offsetX>-70</offsetX><offsetY>225</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-M8 Greyhound.png</image_view>

			<width>254</width>
			<length>500</length>
			<height>126</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>19@45</upper_front>
				<lower_front>19@-20</lower_front>
				<side>10</side>
				<upper_rear>10@17</upper_rear>
				<lower_rear>10@-17</lower_rear>
				<top>5</top>
				<bottom>5</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>185</width>
			<length>409</length>
			<height>35</height>

			<offsetX>0</offsetX>
			<offsetY>17</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>19@45</front>
				<side>10</side>
				<rear>10@-20</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-M8 Greyhound turret.png</image_view>

			<diameter>175</diameter>
			<height>56</height>
			<offsetX>0</offsetX>
			<offsetY>-15</offsetY>

			<rotate_time>18</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>19@10</front>
				<side>19</side>
				<rear>6</rear>
				<top>0</top>
				<mantlet>0</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_37_M6</type></weapon>
			<weapon><type>WEAPON_LMG_M1919</type><offsetX>25</offsetX><offsetY>-16</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_37_M6</for><flavour>FLAVOUR_HE</flavour><rounds>50</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_M6</for><flavour>FLAVOUR_APCBC</flavour><rounds>30</rounds></ammo>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>1500</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_COLT</type></weapon>
				<ammo><for>WEAPON_PISTOL_COLT</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
